STEP 6: Our sprites are in the same place! Let's create random x,y-coordinates to place our sprites.
- Click the LOGIC tab in the toolkit, click and drag out Random Integer.
- Change the variable name from my_var to emma_x.
- Change the integers in the parentheses from 1,10 to -230, 230
This will create a random integer between -230 & 230 that we will use as Emma's x-coordinate.
To navigate the page using the TAB key, first press ESC to exit the code editor.